home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / -archivi / -recent2 / iconv9.lha / IconV9 / examples / hello.icn < prev    next >
Text File  |  1996-05-22  |  106b  |  7 lines

  1. procedure main()
  2.    write(&version)
  3.    write(&host)
  4.    every write(&features)
  5.    write("hello world")
  6. end
  7.